Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable transformers v4.47 support #2119

Merged
merged 6 commits into from
Dec 12, 2024
Merged

Enable transformers v4.47 support #2119

merged 6 commits into from
Dec 12, 2024

Conversation

echarlaix
Copy link
Collaborator

No description provided.

from transformers.models.deberta import modeling_deberta
from transformers.models.sew_d import modeling_sew_d
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StableDropout was removed from modeling_deberta in huggingface/transformers#22105

@echarlaix echarlaix marked this pull request as ready for review December 10, 2024 16:08
@echarlaix
Copy link
Collaborator Author

Tests failing coming from mps not supported by arm64 macOS runners https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#limitations-for-arm64-macos-runners and from mps being now set default when device not specified and mps backend available since transformers v4.47 and huggingface/transformers#34026. Issue not related to optimum so merging to not block transformers v4.47 support

@echarlaix echarlaix changed the title Add transformers v4.7 support Enable transformers v4.47 support Dec 12, 2024
@echarlaix echarlaix merged commit 12b3b35 into main Dec 12, 2024
37 of 40 checks passed
@echarlaix echarlaix deleted the transformers-v447 branch December 12, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant